Add this file as a link in modules.html
This module is contained in the mod_foobar.c
file, and
is/is not compiled in by default. It provides for
the foobar feature. Any document with the mime type
foo/bar will be processed by this module.
Add the magic mime type to the list in magic_types.html
General module documentation here.
Add these directives to the list in directives.html
Syntax: ADirective some args
Default: ADirective default value
Context: context-list
context-list is where this directive can appear; allowed: server config, virtual host, directory, .htaccessOverride: override
required if the directive is allowed in .htaccess files; the AllowOverride option that allows the directive.Status: status
Core if in core apache, Base if in one of the standard modules, Extension if in an extension module (not compiled in by default) or ExperimentalModule: mod_foobar
Describe any compatibility issues, such as "Only available in Apache 1.2 or later," or "The Apache syntax for this directive is not compatible with the NCSA directive of the same name."
The ADirective directive does something.